home *** CD-ROM | disk | FTP | other *** search
/ FishMarket 1.0 / FishMarket v1.0.iso / fishies / 376-400 / disk_382 / crossdos / patches / cdu400a.lzh / patchMFS_Utilities < prev    next >
AmigaDOS Script File  |  1990-06-26  |  738b  |  34 lines

  1. .key trgt
  2. .def trgt MSDOS_FileSystem:
  3. .bra {
  4. .ket }
  5.  
  6. failat 100   ; return FAIL
  7.  
  8. echo "Install a copy of the CrossDOS installation disk in one of the drives."
  9. echo "All changes are to be made to this disk."
  10. assign M: "{trgt}"
  11. if ERROR
  12.     echo "CrossDOS installation disk not found."
  13.     skip EXIT
  14. endif
  15.  
  16. copy c:copy to ram:
  17.  
  18. ;   rename "Utilities" directory on CrossDOS disk to "System"
  19. rename M:Utilities M:System
  20. rename M:Utilities.info M:System.info
  21.  
  22. ;   Copy new files
  23. ram:copy Attach#? to M:
  24. ram:copy Install_msdosFS#? to M:
  25. ram:copy Tech_Ref#? to M:
  26. ram:copy MountMF#? to M:
  27. ram:copy "In Case of Difficulty#?" to M:
  28. ram:copy DiskChk#? to M:System
  29. ram:copy IntlTrans? to M:System
  30.  
  31. lab EXIT
  32. delete ram:copy
  33. assign M:
  34.